As a user I want to be able to calculate the sin of an angle in degrees so that I don't have to perform the calculation manually.


UAT

  • [0] <sin> -> [0]
  • [45] <sin> -> [.7071]
  • [90] <sin> -> [1]
  • [180] <sin> -> [0]
  • [270] <sin> -> [-1]

<--Back